const runtime.timeHistSubBucketBits
5 uses
runtime (current package)
histogram.go#L67: timeHistSubBucketBits = 2
histogram.go#L68: timeHistNumSubBuckets = 1 << timeHistSubBucketBits
histogram.go#L133: subBucket := uint(duration>>(bucketBit-1-timeHistSubBucketBits)) % timeHistNumSubBuckets
histogram.go#L163: bucketNanos := uint64(j) << (timeHistMinBucketBits - 1 - timeHistSubBucketBits)
histogram.go#L175: bucketNanos |= uint64(j) << (i - 1 - timeHistSubBucketBits)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |